furny.jme
Class FurnyApplication

java.lang.Object
  extended by com.jme3.app.Application
      extended by com.jme3.app.SimpleApplication
          extended by furny.jme.FurnyApplication
All Implemented Interfaces:
com.jme3.system.SystemListener

public class FurnyApplication
extends com.jme3.app.SimpleApplication

This class extends SimpleApplication to add some methods.

Since:
10.08.2012
Author:
Stephan Dreyer

Field Summary
 
Fields inherited from class com.jme3.app.SimpleApplication
flyCam, fpsText, guiFont, guiNode, INPUT_MAPPING_CAMERA_POS, INPUT_MAPPING_EXIT, INPUT_MAPPING_HIDE_STATS, INPUT_MAPPING_MEMORY, rootNode, showSettings
 
Fields inherited from class com.jme3.app.Application
assetManager, audioRenderer, cam, context, guiViewPort, inputEnabled, inputManager, joyInput, keyInput, listener, mouseInput, paused, pauseOnFocus, renderer, renderManager, settings, speed, stateManager, timer, touchInput, viewPort
 
Constructor Summary
FurnyApplication()
          Default constructor.
 
Method Summary
 com.jme3.system.AppSettings getAppSettings()
          Getter for the app settings.
 com.jme3.font.BitmapText getFpsText()
          Getter for the fps text to display information.
 com.jme3.font.BitmapFont getGuiFont()
          Getter for the font of the gui.
 void simpleInitApp()
           
 
Methods inherited from class com.jme3.app.SimpleApplication
getFlyByCamera, getGuiNode, getRootNode, initialize, isShowSettings, loadGuiFont, setDisplayFps, setDisplayStatView, setShowSettings, simpleRender, simpleUpdate, start, update
 
Methods inherited from class com.jme3.app.Application
createCanvas, destroy, destroyInput, enqueue, gainFocus, getAssetManager, getAudioRenderer, getCamera, getContext, getGuiViewPort, getInputManager, getListener, getRenderer, getRenderManager, getStateManager, getTimer, getViewPort, handleError, isPauseOnLostFocus, loseFocus, requestClose, reshape, restart, runQueuedTasks, setAssetManager, setPauseOnLostFocus, setSettings, setTimer, start, startCanvas, startCanvas, stop, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FurnyApplication

public FurnyApplication()
Default constructor.

Since:
10.08.2012
Method Detail

simpleInitApp

public void simpleInitApp()
Specified by:
simpleInitApp in class com.jme3.app.SimpleApplication

getFpsText

public com.jme3.font.BitmapText getFpsText()
Getter for the fps text to display information.

Returns:
The fps text.
Since:
10.08.2012

getGuiFont

public com.jme3.font.BitmapFont getGuiFont()
Getter for the font of the gui.

Returns:
The gui font.
Since:
10.08.2012

getAppSettings

public com.jme3.system.AppSettings getAppSettings()
Getter for the app settings.

Returns:
The app settings.
Since:
10.08.2012